home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00104_ATRAS.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
278 b
|
14 lines
on mouseDown
puppetSprite(21, 1)
repeat while the mouseDown
if rollOver(21) then
set the castNum of sprite 21 to 2101
updateStage()
next repeat
end if
set the castNum of sprite 21 to 104
updateStage()
end repeat
puppetSprite(21, 0)
end